home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / filesyst / ncpfs / ipxripd-.000 / ipxripd- / ipxripd / README < prev   
Text File  |  1996-03-09  |  2KB  |  52 lines

  1. This is my version of an IPX RIP/SAP daemon for Linux. For me, it
  2. works very well with kernel 1.2.13 as well as 1.3.x kernels.
  3.  
  4. I hope this will eventually provide a stable, standard RIP/SAP daemon
  5. for Linux. Currently (February '96) there is no such program that can
  6. be called a standard one. All programs that I know of either require
  7. kernel patches, do more than just RIP/SAP (such as mars_nwe), or
  8. simply do not implement RIP and SAP correctly. Please forgive me if I
  9. ignored the super ipx-rip/sap daemon I did not find.
  10.  
  11. I think this release provides some advantages over the other programs,
  12. as it does not require a kernel patch, and it works fine when you
  13. reconfigure your IPX interfaces while ipxd is running. With IPX over
  14. PPP this should make remote access to IPX networks via Linux very
  15. convenient.
  16.  
  17. Although ipxd does not require a kernel patch, it works fine with the
  18. full internal network, which can be activated since Linux 1.3.60.
  19.  
  20. INSTALLATION
  21.  
  22. Simply type 'make' and, as root, 'make install'. This puts the program
  23. ipxd into /usr/sbin/ and the manpages into /usr/man/man5 and
  24. /usr/man/man8. 
  25.  
  26. To start ipxd automatically on system startup, you might want to put
  27. the following lines somewhere into /etc/rc.d/rc.local:
  28.  
  29. if [ -f /usr/sbin/ipxd ]; then
  30.   echo "Starting IPX RIP/SAP daemon"
  31.   /usr/sbin/ipxd
  32. fi
  33.  
  34. You might also want to copy the file ipx_ticks to /etc/ and change it
  35. to reflect your environment.
  36.  
  37.  
  38. NOTES
  39.  
  40. In the file ipx.diff there is a patch for 1.3 kernels that provides a
  41. full internal net with several nodes, but without cross-routing of
  42. packets to the so-called special sockets on the primary net. Sockets
  43. bound on the internal net can request any node number they
  44. like. Currently there's a lot of discussion about this topic on the
  45. linware mailing list. 
  46.  
  47. Volker 
  48.  
  49. <lendecke@namu01.gwdg.de>
  50.  
  51.  
  52.